a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video{margin:0;padding:0;border:0;vertical-align:baseline;}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block;}
*{box-sizing:border-box;-webkit-box-sizing:border-box;}
ul li{list-style:none}
body{text-align:left;color:#000000;line-height:1.6;font-family:"微软雅黑";overflow-x:hidden;position:relative;}
a{color: #000000}
input:focus{outline: none;}
@font-face{font-family:iconfont;src:url(/static/fonts/fontawesome-webfont.eot?v=4.7.0);src:url(/static/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0) format("embedded-opentype"),url(/static/fonts/fontawesome-webfont.woff2?v=4.7.0) format("woff2"),url(/static/fonts/fontawesome-webfont.woff?v=4.7.0) format("woff"),url(/static/fonts/fontawesome-webfont.ttf?v=4.7.0) format("truetype"),url(/static/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular) format("svg");}
@font-face {
    font-family: 'eaglebook';
    src: url('../images/fonts/eaglebook.otf');
    font-weight: bold;
    font-style: normal;
  }

  @font-face {
    font-family: 'AvenirNextLTPro';
    src: url('../images/fonts/AvenirNextLTPro-Bold.otf');
    font-weight: bold;
    font-style: normal;
  }
@font-face {
    font-family: 'ac';
    src: url('../images/fonts/ac.TTF');
    font-weight: bold;
    font-style: normal;
 }
.main{width:12rem;height:100%;margin:0 auto;position:relative;font-size:0;}
.banner{width: 100%; height: auto; overflow: hidden;}
mip-form input, mip-form select, mip-form textarea{display:inline-block}
/*头部-PC*/
header{width: 100%; height: auto; overflow: hidden; background: #ffffff}
.pc {width: 100%; height: auto; overflow: hidden; margin: 0 auto}
.pc .toptel{width: 100%; height: 0.59rem; background: #1b1f21;}
.pc .toptel .tels{background: url(../images/tel_03.png) no-repeat center left;width: 2rem; height: 0.59rem; line-height: 0.59rem;color: #e21f21;font-weight: bold;font-size: 0.22rem;float: right;padding-left: 0.3rem}

.pc .nav{width: 100%; height: 0.74rem; background: #fff;float: right;}
 .pc .nav .navlist{height: 0.74rem; line-height: 0.74rem;position: absolute;right: 0;display: flex;justify-content: flex-end}
 .pc .nav .navlist ul{height: 0.74rem;display: flex;justify-content: space-between}
 .pc .nav .navlist ul li{width: 1rem;display: block;text-align: center;position: relative; float: left;}
 .pc .nav .navlist ul li a{width: 1rem; height: 0.74rem;display: block;font-size: 0.16rem}
 .pc .nav .navlist ul li:hover{background: #ef312a;color: #fff;}
 .pc .nav .navlist ul li:hover a{color: #fff;}
 .pc .nav .navlist ul li:hover .navtan{display: block;}

 .pc .nav .navlist ul li .navtan {position: absolute; left: 0;width: 1rem; height: auto; overflow: hidden;background: url(../images/redbg_03.png) repeat center center;z-index: 99;padding-bottom: 0.1rem; padding-top: 0.1rem;display: none}
 .pc .nav .navlist ul li:hover a{color: #fff;}
 .pc .nav .navlist ul li .navtan a{color: #fff;font-size: 0.14rem;width: 0.8rem; margin: 0 auto;display: block; line-height: 0.4rem; height: 0.4rem;border-bottom: 1px solid #c1524e}
 .pc .nav .navlist ul li .navtan a:last-child{border: none}
 .pc .logo{width: 6.28rem; height: 1.33rem; overflow: hidden; background: url(../images/logobg_02.png) no-repeat center center;position: absolute;left: 0;display: flex; align-items: center; justify-content: flex-end;padding-right: 0.8rem}
 .pc .logo mip-img{width: 3.1rem; height: 0.38rem;float: right;;}
 .pc .logo .logoimg{width: 3.1rem; height: 0.38rem;}
 .pc .banner{position: relative;}
.pc .banner mip-img{height: 5.14rem;}
/**/
.header .pc .banner .mip-carousel-indicatorDot{
    margin: 0 auto;
    width: 1rem;
    display:-ms-flexbox;
    display:flex;
    display:-webkit-box;
    display:-webkit-flex;
    align-items: center;
    justify-content:center;z-index: 999;
}
/* 轮播圆点样式 */
.mip-carousel-indicatorDot .mip-carousel-indecator-item{
    background-color: #e4dfdf !important;
}
.mip-carousel-indicatorDot .mip-carousel-indecator-item {
width:0.09rem !important;
height:0.09rem !important;
margin-right: 5px !important;
}
.mip-carousel-indicatorDot .mip-carousel-activeitem {
    background-color: transparent !important;
    width:0.38rem !important;
    height:0.09rem !important;
    border-radius:0.2rem;
    background-color: #db0d0f !important; animation: jiachang 1s forwards;
}
@keyframes jiachang{
    0%{width: 0.09rem}
    100%{width: 0.38rem}
}
.mip-carousel-indicator-wrapper{position: absolute;bottom: 0.3rem; left: 0;width: 100%;}
/* 轮播原点样式结束 */
 .pc .notice{width: 100%; height: 0.49rem; overflow: hidden; background: #1e1e1e;}
 .pc .notice .notcon{width: 5.6rem; height: 0.49rem; overflow: hidden;float: left; color: #9f9d9d;}
 .pc .notice .notcon mip-img{width: 0.29rem; height: 0.29rem;display: inline-block;vertical-align: middle;}
 .pc .notice .notcon span{font-size: 0.18rem;display: inline-block;vertical-align: middle;padding-left: 0.1rem}
 .pc .notice .notcon marquee{width: 4.3rem; height: 0.49rem;display: inline-block; vertical-align: middle;font-size: 0.16rem;line-height: 0.49rem}

 .pc .search{width: 5.2rem; height: 0.49rem; overflow: hidden; float: right;}
 .pc .search mip-form{width: 5.2rem; height: 0.49rem;overflow: hidden; display: flex;align-items: center}
 .pc .search select{width: 1.13rem; height: 0.31rem; background: #363435; border: none;text-align: center;color: #8c8888;padding-left: 0.1rem; vertical-align: middle;}
 .pc .search input{width: 3.16rem; height: 0.31rem; overflow: hidden; background: #363435; color: #8c8888; margin-left: 0.1rem;border: none;text-indent: 0.1rem;vertical-align: middle;}
 .pc .search input.submit{width: 0.65rem; height: 0.31rem; overflow: hidden;background: #ef0a0f; color: #fff; text-indent: 0;vertical-align: middle;}
/*头部-平板*/
.header .ipad{width: 100%; height: auto; overflow: hidden; align-items: center;}
.header .ipad .logo{width: 5.56rem; height: auto; overflow: hidden; margin: 0.4rem auto;}
.header .ipad .nav{width: 100%; height: auto; overflow: hidden; margin: 0 auto; background: #ad030e}
.header .ipad .nav ul{width: 100%; height: auto; margin: 0 auto; overflow: hidden;flex-wrap: wrap; display: flex;justify-content: space-between; line-height: 0.85rem;}
.header .ipad .nav ul li {width: 2.56rem; text-align: center;}
.header .ipad .nav ul li a{color: #fefefe;font-size: 0.35rem;}

/*头部-移动*/
.header .mobile{width: 100%;}
.header .mobile .nav{width: 100%; height: auto; background-color: #e00011;font-size: 0;padding: 0.2rem  0;}
.header .mobile .nav ul li{width: 25%;display: inline-block; text-align: center}
.header .mobile .nav ul li a{color:#fff;height: 0.5rem;line-height: 0.5rem;font-size: 0.2rem;display: block;text-align: center;}
.header .mobile .nav ul li a mip-img{ width: 50% ; margin: 0 auto}
.header .mobile .nav ul li a p{font-size: 0.24rem; line-height: 0.8rem; padding-top: 0.2rm}

/*底部-PC*/

footer .pc{width:100%;}
footer .pc .foot{width:100%;height: auto;overflow: hidden;}
footer .pc .foot .link{width: 100%; height: 0.56rem; overflow: hidden; background: #ef0a0f;}
footer .pc .foot .link .linkcon{width: 100%; height: auto; overflow: hidden; color: #fff;line-height: 0.56rem;font-size: 0.16rem;}
footer .pc .foot .link .linkcon a{color: #fff;padding: 0 0.1rem}

footer .pc .foot .contact{width: 100%; height: 4.25rem; background: url(../images/footerbg_02.jpg) no-repeat center center;;}
footer .pc .foot .contact .icontact{width: 100%; height: auto; overflow: hidden; display: flex; justify-content: space-between}
footer .pc .foot .contact .icontact .itact{width: 6.25rem; height: auto; overflow: hidden;;}
footer .pc .foot .contact .icontact .itact .ictitle{width: 100%; height: auto; overflow: hidden;padding-top: 0.6rem;color: #fff;font-size: 0.18rem}
footer .pc .foot .contact .icontact .itact .ictitle p{font-family: eaglebook;font-size: 0.3rem;text-transform: uppercase}
footer .pc .foot .contact .icontact .itact .icontc{width: 100%; height: auto; overflow: hidden;padding-top: 0.4rem;}
footer .pc .foot .contact .icontact .itact .icontc p{font-size: 0.16rem; color: #707070}
footer .pc .foot .contact .icontact .imsg{width: 5.75rem; height: auto; overflow: hidden; padding-top: 0.6rem;}
footer .pc .foot .contact .icontact .imsg .texts{width: 4.47rem; height: 0.28rem; margin-bottom: 0.13rem; background: #363435;border: 1px solid #424041; text-indent: 0.24rem}
footer .pc .foot .contact .icontact .imsg .textareas{width: 4.47rem; height: 1.35rem; overflow: hidden;background: #363435;border: 1px solid #424041;text-indent: 0.24rem;font-family: '微软雅黑';font-size: 0.16rem}
footer .pc .foot .contact .icontact .imsg .tj{width: 4.47rem; height: 0.28rem; overflow: hidden; background: #ef0a0f;color: #fff;border: none;margin-top: 0.13rem}
footer .pc .foot .bean{width: 100%; height: 0.59rem; overflow: hidden; background: #121212;text-align: center}
footer .pc .foot .bean p{font-size: 0.14rem; line-height: 0.59rem;color: #767575}
footer .pc .foot .bean p span{color: #ef0a0f;padding-right: 0.3rem}
footer .pc .foot .bean p a{color: #767575}

/*底部-平板*/
footer .ipad{width:100%;height:1.72rem;position:fixed;bottom:0;}
footer .ipad .footer{width: 100%; height: 1.72rem;position: relative;overflow: hidden;;}
footer .ipad ul{font-size:0;}
footer .ipad .ifoot{width: 100%; height: 1.30rem;overflow: hidden;background: #f9f9f9; border-top:1px solid #e5e0e5;position: absolute;bottom: 0}
footer .ipad .ifoot ul{width: 9.6rem; height: auto; overflow: hidden; margin: 0 auto;position: relative; display: flex;justify-content: space-between}
footer .ipad .ifoot ul li{width: 3rem; height: auto; overflow: hidden;display: flex;justify-content: space-between}
footer .ipad .ifoot ul li a{width: 1.44rem;height: auto; overflow: hidden;}
footer .ipad .ifoot ul li:nth-child(3){margin-left:2rem}
footer .ipad .ifoot ul li mip-img{width: 0.65rem; height: 0.57rem;margin-top: 0.16rem;margin: 0.16rem auto 0}
footer .ipad .ifoot ul li p{font-size: 0.28rem;color: #bcbeba;text-align: center}
footer .ipad .fottels{width: 1.39rem; height: auto;z-index: 9; margin:0 auto;position:relative;margin-top:.10rem;}
footer .ipad .fottels .itels{width: 1.39rem; height: 1.39rem; border-radius: 50%; background: #f00202;display: flex;align-items: center;justify-content: center;margin: 0 auto}
footer .ipad .fottels .itels mip-img{width: 0.66rem; height: 0.66rem;;}

/*底部-平板*/
footer .mobile{width:100%;height:1.08rem;position:fixed;bottom:0;}
footer .mobile .footer{width: 100%; height: 1.08rem;position: relative;overflow: hidden;;}
footer .mobile ul{font-size:0;}
footer .mobile .ifoot{width: 100%; height: 0.84rem;overflow: hidden;background: #f9f9f9; border-top:1px solid #e5e0e5;position: absolute;bottom: 0}
footer .mobile .ifoot ul{width: 5.8rem; height: auto; overflow: hidden; margin: 0 auto;position: relative; display: flex;justify-content: space-between}
footer .mobile .ifoot ul li{width: 0.84rem; height: auto; overflow: hidden;display: flex;justify-content: space-between}
footer .mobile .ifoot ul li a{width: 0.84rem;height: auto; overflow: hidden;}
footer .mobile .ifoot ul li:nth-child(3){margin-left:1rem}
footer .mobile .ifoot ul li mip-img{width: 0.5rem; height: 0.44rem;margin-top: 0.16rem;margin: 0.08rem auto 0}
footer .mobile .ifoot ul li p{font-size: 0.17rem;color: #bcbeba;text-align: center}
footer .mobile .fottels{width: 0.86rem; height: auto; position:relative;z-index: 9; margin:0 auto;margin-top:.10rem;}
footer .mobile .fottels .itels{width: 0.86rem; height: 0.86rem; border-radius: 50%; background: #f00202;display: flex;align-items: center;justify-content: center;margin: 0 auto}
footer .mobile .fottels .itels mip-img{width: 0.38rem; height: 0.38rem;;}

/*媒体查询*/
@media screen and (min-width:1200px){
    html{font-size:100px!important;}
    .pc{display:block}
    .ipad{display:none;}
    .mobile{display:none;}
    .pages{text-align:center;margin:0;padding:0.3rem 0;}
    .pages .prevpages{display:inline-block;height: 0.28rem;line-height: 0.28rem;font-size:0.12rem;text-align: center;background-color:#111111;color:#fff;border:0.01rem solid #d5d0d0;border-radius:0.05rem; }
    .pages a{display:inline-block;height: 0.28rem;line-height: 0.28rem;font-size:0.12rem;text-align: center;padding: 0 0.1rem;background-color:#FFF;color:#666;border:0.01rem solid #d5d0d0;border-radius:0.05rem;}
    .pages a:hover{color: #be0914;border:1px solid #be0914;}
    .pages .disabled{color:#be0914;border-color:1px solid #be0914;}
    .pages .active{color: #be0914;border:1px solid #be0914;}
    .pages .nextpages{display:inline-block;height: 0.28rem;line-height: 0.28rem;font-size:0.12rem;text-align: center;margin: 0 0.05rem;background-color:#be0914;color:#fff;border:0.01rem solid #d5d0d0;border-radius:0.05rem; }
    .pages .nextpages:hover{color: #fff}
}
@media screen and (max-width:1200px) and (min-width:750px){
    .pc{display:none}
    .ipad{display:block;}
    .mobile{display:none;}
    .pages{text-align:center;margin:0;padding:0.3rem 0;}
    .pages .prevpages{display:inline-block;height: 0.28rem;line-height: 0.28rem;font-size:0.12rem;text-align: center;background-color:#111111;color:#fff;border:0.01rem solid #d5d0d0;border-radius:0.05rem; }
    .pages a{display:inline-block;height: 0.28rem;line-height: 0.28rem;font-size:0.12rem;text-align: center;padding: 0 0.1rem;background-color:#FFF;color:#666;border:0.01rem solid #d5d0d0;border-radius:0.05rem;}
    .pages a:hover{color: #be0914;border:1px solid #be0914;}
    .pages .disabled{color:#be0914;border-color:1px solid #be0914;}
    .pages .active{color: #be0914;border:1px solid #be0914;}
    .pages .nextpages{display:inline-block;height: 0.28rem;line-height: 0.28rem;font-size:0.12rem;text-align: center;margin: 0 0.05rem;background-color:#be0914;color:#fff;border:0.01rem solid #d5d0d0;border-radius:0.05rem; }
    .pages .nextpages:hover{color: #fff}

}
@media screen and (max-width:1200px) and (min-width:1024px){
    html{font-size:100px!important;}
}
@media screen and (max-width:1023px) and (min-width:960px){
    html{font-size:95px!important;}
}
@media screen and (max-width:959px) and (min-width:800px){
    html{font-size:85px!important;}
}
@media screen and (max-width:799px) and (min-width:750px){
    html{font-size:75px!important;}
}
@media screen and (max-width:749px) and (min-width:320px){
    .pc{display:none}
    .ipad{display:none}
    .mobile{display: block;}

    .pages{text-align:center;margin:0;padding:0.3rem 0;}
    .pages .prevpages{display:inline-block;height: 0.28rem;line-height: 0.28rem;font-size:0.12rem;text-align: center;background-color:#111111;color:#fff;border:0.01rem solid #d5d0d0;border-radius:0.05rem; }
    .pages a{display:inline-block;height: 0.28rem;line-height: 0.28rem;font-size:0.12rem;text-align: center;padding: 0 0.1rem;background-color:#FFF;color:#666;border:0.01rem solid #d5d0d0;border-radius:0.05rem;}
    .pages a:hover{color: #be0914;border:1px solid #be0914;}
    .pages .disabled{color:#be0914;border-color:1px solid #be0914;}
    .pages .active{color: #be0914;border:1px solid #be0914;}
    .pages .nextpages{display:inline-block;height: 0.28rem;line-height: 0.28rem;font-size:0.12rem;text-align: center;margin: 0 0.05rem;background-color:#be0914;color:#fff;border:0.01rem solid #d5d0d0;border-radius:0.05rem; }
    .pages .nextpages:hover{color: #fff}
}
@media screen and (max-width:749px) and (min-width:640px){
    html{font-size:100px!important;}
}
@media screen and (max-width:639px) and (min-width:515px){
    html{font-size:85px!important;}
}
@media screen and (max-width:516px) and (min-width:414px){
    html{font-size:68px!important;}
}
@media screen and (max-width:413px) and (min-width:320px){
    html{font-size:55px!important;}
}
@media screen and (max-width:319px){
    html{font-size:42px!important;}
}

/*版本提示*/
.update-ie{position:fixed;z-index:2000;left:0;top:0;width:100%;height:100%;background-color:#fff;font-size:0.2rem;text-align:center;}
.update-ie p{padding-top:0.3rem;}
.update-ie a{color:#009aed;}